From: Felix Fietkau Date: Tue, 26 Jan 2016 08:39:21 +0000 (+0000) Subject: build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=20e3774ba68bdbe6a9a7e17fd9c4e7bb4bd97a47;p=openwrt%2Fsvn-archive%2Farchive.git build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled Signed-off-by: Felix Fietkau SVN-Revision: 48504 --- diff --git a/config/Config-build.in b/config/Config-build.in index 636e4b311b..5ad940ba6c 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -152,7 +152,7 @@ menu "Global build settings" bool "none" help This will install unstripped binaries (useful for native - compiling/debugging). + compiling/debugging). config USE_STRIP bool "strip" @@ -162,7 +162,6 @@ menu "Global build settings" config USE_SSTRIP bool "sstrip" - depends on !DEBUG depends on !USE_GLIBC help This will install binaries stripped using sstrip.